home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCHECKINCOMMENTDLG / TCHECKINCOMMENTDLG.txt
Text File  |  2005-06-02  |  1KB  |  61 lines

  1. object CheckinCommentDlg: TCheckinCommentDlg
  2.   Left = 482
  3.   Top = 554
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 8
  6.   Caption = 'Commentaire d'#39'archivage'
  7.   ClientHeight = 159
  8.   ClientWidth = 475
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     475
  19.     159)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object CommentEdit: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 475
  26.     Height = 129
  27.     Align = alTop
  28.     TabOrder = 0
  29.   end
  30.   object KeepOutEdit: TBCCheckBox
  31.     Left = 0
  32.     Top = 136
  33.     Width = 128
  34.     Height = 17
  35.     Caption = 'Conserver l'#39#233'tat des fichiers comme '#233'tant extraits'
  36.     TabOrder = 1
  37.   end
  38.   object OKBtn: TButton
  39.     Left = 321
  40.     Top = 136
  41.     Width = 73
  42.     Height = 23
  43.     Anchors = [akTop, akRight]
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 2
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 401
  51.     Top = 136
  52.     Width = 73
  53.     Height = 23
  54.     Anchors = [akTop, akRight]
  55.     Cancel = True
  56.     Caption = 'Annuler'
  57.     ModalResult = 2
  58.     TabOrder = 3
  59.   end
  60. end
  61.